home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / var / lib / dpkg / info / festival.postrm < prev    next >
Encoding:
Text File  |  2006-12-20  |  343 b   |  16 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installinit
  6. if [ "$1" = "purge" ] ; then
  7.     update-rc.d festival remove >/dev/null || exit $?
  8. fi
  9. # End automatically added section
  10. # Automatically added by dh_installcatalogs
  11. if [ "$1" = "purge" ]; then
  12.     rm -f /etc/sgml/festival.cat /etc/sgml/festival.cat.old
  13. fi
  14. # End automatically added section
  15.  
  16.